首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
ctype_cntrl
ctype_cntrl
檢查控製字符
名稱:
ctype_cntrl
分類:
字符類型檢測Ctype
所屬語言:
php
一句話介紹:
檢查控製字符
相關內容
介紹ubuntu安裝php7和php7的redis擴展
2
PHP與JS實現圖片上傳功能
9
如何通過mysqli_stmt::$insert_id 獲取最後插入的記錄ID 進行查詢?
8
如何用strrpos 和strlen 計算子字符串的位置差異
8
同類函數
ctype_alnum
ctype_alnum
檢查字母數字字符
ctype_cntrl
ctype_cntrl
檢查控製字符
ctype_graph
ctype_graph
檢查除空格外的任何可打印字符
ctype_print
ctype_print
檢查可打印字符
ctype_space
ctype_space
檢查空格字符
ctype_alpha
ctype_alpha
檢查字母字符
ctype_digit
ctype_digit
檢查數字字符
ctype_lower
ctype_lower
檢查小寫字符
熱門文章